Welcome![Sign In][Sign Up]
Location:
Search - binary genetic algorithm

Search list

[AI-NN-PR遗传算法matlab

Description: matlab编写的遗传算法,采用二进制编码,有说明文档。-Matlab prepared by the genetic algorithm, using the binary coding, documentation.
Platform: | Size: 106496 | Author: 张露 | Hits:

[AI-NN-PRbinary

Description: 利用遗传算法求最小值,程序中求得是表达式x1*x1+x2*x2+x3*x3再-2~2上的最小值,以及对应的x值,算法中使用二进制编码,交叉采用不同交叉和优势交叉,变异也分两种,不用变异和优势变异-using genetic algorithms for the minimum, procedures to seek expressions x1 x1 x2*** x2 x3 x3 another 2 ~ 2 on the minimum, and the corresponding value of x, algorithm using binary encoding, using different cross-cross and advantages of crossover and mutation at the two without variation and variation advantage
Platform: | Size: 11264 | Author: 陈仕林 | Hits:

[AI-NN-PR用matlab编写的二进制的遗传算法程序

Description: 用matlab编写的二进制的遗传算法程序.rar-using Matlab binary prepared by the genetic algorithm. Rar
Platform: | Size: 6144 | Author: www | Hits:

[AI-NN-PRGA_for_TSP

Description: 用遗传算法求解背包问题是南京航空航天大学信息与计算科学专业编写的.本程序利用遗传算法来求解背包问题.采用二进制字符串编码,1表示选择物体,0则不选择. 背包问题描述:在M件物品取出若干件放在空间为W的背包里,每件物品的重量为W1,W·2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。注意:在本题中,所有的重量值均为整数。-genetic algorithm knapsack problem is the Nanjing University of Aeronautics and Astronautics, Information and Computing Science prepared. The procedure the use of genetic algorithms to solve knapsack problem. binary string encoding, an option objects, 0 no choice. Knapsack Problem Description : M items removed several pieces on the space-W backpack, Each of the weight W1, W 2 ... Wn, the corresponding value of P1, P2 ... Pn. Sought to gain maximum value of the program. NOTE : In this issue, all the weight values are integers.
Platform: | Size: 25600 | Author: 王杰 | Hits:

[AI-NN-PRAI_GA_matlab

Description: 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子 roulette.m 轮盘选择算子 normGeomSelect.m 标准化几何分布排序选择算子 maxGenTerm.m 以最大进化代数为判别条件的进化终止函数 calcbits.m 计算二进制编码染色体串长度的函数 f2b.m 由浮点表达到二进制表达的转换函数 b2f.m 由二进制表达到浮点表达的转换函数 parse.m 字符串识别函数 delta.m 非均匀变异的变异量计算函数 exampleFn 一个二元函数 startup.m 进行路径设置-Genetic Algorithm main proceedings ga.m GA BinaryExample core program. m binary floating-point applications FloatExample.m coding applications relevant operator and function initializega.m Stocks initialization function for binary series simpleXover.m Codes simple crossover operator arithXover.m for floating-point arithmetic coding crossover operator binaryM utation for binary coding mutation operator nonMutation.m float for the non-coding Uniform mutation operator roulette.m roulette selection operator normGeomSelect.m standards Sort of geometric distribution maxGenTerm.m selection operator algebras with the greatest evolutionary criterion for the evolution of termination calcbits.m calculation function binary coding chromosome length of the string from the floating-point functions f2b.m
Platform: | Size: 13312 | Author: 胡朋 | Hits:

[matlabMatlab2

Description: :Matlab遗传算法(GA)优4~-r-具箱是基于基本操作及终止条件、二进制和十进制相互转换等操作的综合 函数库。其实现步骤包括:通过输入及输出函数求出遗传算法主函数、初始种群的生成函数,采用选择、交叉、变异 操作求得基本遗传操作函数。以函数仿真为例,对该函数优化和GA改进,只需改写函数m文件形式即可。-: Matlab genetic algorithm (GA) U 4 ~-r-a box is based on the basic operation and termination conditions, binary and decimal conversion operation, such as a comprehensive function library. The realization of these steps include: input and output functions through the genetic algorithm to derive the main function, initial population generation function, the use of selection, crossover, mutation operation to achieve the basic function of genetic manipulation. Simulation in order to function as an example, the GA function optimization and improvement, just rewritten m the form of a document can function.
Platform: | Size: 117760 | Author: icyrock | Hits:

[matlabchap5_1

Description: 二进制编码遗传算法求函数极大值,实现Rosenbrock函数极大值优化计算的二进制编码遗传算法 -Binary-coded genetic algorithm for maximum function, Rosenbrock function to achieve maximum optimization of the calculation of the binary-coded genetic algorithm
Platform: | Size: 1024 | Author: 纷纷 | Hits:

[matlabSGA2[1].0

Description: GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;-GA (Simple Genetic Algorithm) is a powerful, intelligent multi-variable optimization algorithms, which mimic the breeding populations of the law to be optimized. SGA can optimize this variable, and the minimum value, maximum value (when the function of the countdown you will seek the minimum value) and to support the floating-point encoding, grey code, binary code round of gambling options, tournament selection single-point crossover, uniform Cross, floating-point crossover single point mutation, floating-point variation
Platform: | Size: 9216 | Author: yuandi | Hits:

[matlabPID

Description: 基于二进制编码遗传算法的PID整定的仿真程序-Binary-coded genetic algorithm based on the PID tuning the simulation program
Platform: | Size: 2048 | Author: 华晓 | Hits:

[matlabgenetic_algorithm_matlab

Description: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-fga.m the main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-linear ranking selection, uniform crossover and mutation operations, but also the introduction of the inversion operation
Platform: | Size: 6144 | Author: 赵彦 | Hits:

[AI-NN-PRBGA

Description: BGA Binary Genetic Algorithm Matlab Code-BGA Binary Genetic Algorithm Matlab Code
Platform: | Size: 2048 | Author: mashomid | Hits:

[AI-NN-PRBGA

Description: BGA Binary Genetic Algorithm Matlab Code-BGA Binary Genetic Algorithm Matlab Code
Platform: | Size: 3072 | Author: mashomid | Hits:

[matlabHaupt_BGA

Description: Binary Genetic Algorithm minimizes the objective function designated in ff Before beginning, set all the parameters in parts I, II, and III Haupt & Haupt
Platform: | Size: 2048 | Author: mile | Hits:

[Othergenetic-algorithm

Description: 利用fortran编程的二进制遗传算法。遗传算法将生物界遗传进化思想用于数学优化当中,形成了一种特性优良的启发式搜索算法,它能较方便地搜索出目标函数的最优值,更为重要的是,遗传算法的目标函数可以是连续函数,也可以是间断函数,因此它的使用范围比微积分极值理论的应用范围更广-Binary genetic algorithm
Platform: | Size: 233472 | Author: 谈程序 | Hits:

[matlabBinary-Genetic-Algorithm

Description: A genetic algorithm (GA) is a search heuristic that mimics the process of natural selection.
Platform: | Size: 8192 | Author: Weslly Puchalski | Hits:

[Windows DevelopBinary-Genetic-Algorithm-Feature-Selection-(2).zi

Description: This submission contains (1) Journal Article on Zernike Moments, Genetic Algorithm, Feature Selection and Probabilistic Neural Networks. (2) MATLAB code to do Feature Selection Using Genetic Algorithm. NB: (i) This code is short BUT it works incredibly well since we employed GA Toolbox. (ii) You can run this code directly on your computer since the dataset herein is available in MATLAB software. (iii) Please do cite my publication to give credit to me (if you use this code). The citation is as follows: BABATUNDE Oluleye, ARMSTRONG Leisa J, LENG Jinsong and DIEPEVEEN Dean (2014). Zernike Moments and Genetic Algorithm: Tutorial and Application. British Journal of Mathematics & Computer Science. 4(15):2217-2236. Or BABATUNDE, Oluleye and ARMSTRONG, Leisa and LENG, Jinsong and DIEPEVEEN (2014). A Genetic Algorithm-Based Feature Selection. International Journal of Electronics Communication and Computer Engineering: 5(4) 889 905.-This submission contains (1) Journal Article on Zernike Moments, Genetic Algorithm, Feature Selection and Probabilistic Neural Networks. (2) MATLAB code to do Feature Selection Using Genetic Algorithm. NB: (i) This code is short BUT it works incredibly well since we employed GA Toolbox. (ii) You can run this code directly on your computer since the dataset herein is available in MATLAB software. (iii) Please do cite my publication to give credit to me (if you use this code). The citation is as follows: BABATUNDE Oluleye, ARMSTRONG Leisa J, LENG Jinsong and DIEPEVEEN Dean (2014). Zernike Moments and Genetic Algorithm: Tutorial and Application. British Journal of Mathematics & Computer Science. 4(15):2217-2236. Or BABATUNDE, Oluleye and ARMSTRONG, Leisa and LENG, Jinsong and DIEPEVEEN (2014). A Genetic Algorithm-Based Feature Selection. International Journal of Electronics Communication and Computer Engineering: 5(4) 889 905.
Platform: | Size: 1434624 | Author: abdalla | Hits:

[OtherBinary-Genetic--Algorithm

Description: A Genetic Algorithm-Based Feature Selection on binary image
Platform: | Size: 1433600 | Author: fatemeh | Hits:

[AI-NN-PRBinary-genetic-algorithm

Description: 使用二进制编码的遗传算法解决二维约束条件的寻优问题。-The problem of solving two-dimensional constrained conditions by using the binary coded genetic algorithm.
Platform: | Size: 30720 | Author: 王志成 | Hits:

[DocumentsGenetic Algorithm

Description: 1-BINARY GENETIC ALGORITHM 2-CONVERTS BINARY CHROMOSOME TO CONTINUOUS VARIABLES 3-CONTINUOUS GENETIC ALGORITHM 4-PARETO GENETIC ALGORITHM 5-PERMUTATION GENETIC ALGORITHM 6-TRAVELING SALESPERSON PROBLEM COST FUNCTION 7-PARTICLE SWARM OPTIMIZATION 8-ANT COLONY OPTIMIZATION 9-TEST FUNCTIONS
Platform: | Size: 63930 | Author: signuptest1396 | Hits:

[AI-NN-PRMATLAB genetic algorithm toolbox

Description: Matlab 遗传算法(Genetic Algorithm)优化工具箱是基于基本操作及终止条件、二进制和十进制相互转换等操作的综合函数库。其实现步骤包括:通过输入及输出函数求出遗传算法主函数、初始种群的生成函数,采用选择、交叉、变异操作求得基本遗传操作函数。以函数仿真为例,对该函数优化和GA 改进,只需改写函数m 文件形式即可。(The Matlab Genetic Algorithm optimization toolbox is a comprehensive function library based on basic operations and termination conditions, binary and decimal conversion and other operations. The implementation steps include: the main function of genetic algorithm and the generation function of the initial population are obtained by the input and output functions, and the basic genetic operation function is obtained by the selection, crossover and mutation operations. Taking function simulation as an example, the function optimization and GA improvement only need to rewrite function m file form)
Platform: | Size: 9216 | Author: FZenjoys | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net